summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/values/strings.xml
blob: 45a9694d4e3b0e0a7432e10e19eadb80aea0e339 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <!-- General application strings -->
    <string name="app_name" translatable="false">yuzu</string>
    <string name="app_disclaimer">This software will run games for the Nintendo Switch game console. No game titles or keys are included.&lt;br /&gt;&lt;br /&gt;Before you begin, please locate your <![CDATA[<b> prod.keys </b>]]> file on your device storage.&lt;br /&gt;&lt;br /&gt;<![CDATA[<a href="https://yuzu-emu.org/help/quickstart">Learn more</a>]]></string>
    <string name="app_notification_channel_name" translatable="false">yuzu</string>
    <string name="app_notification_channel_id" translatable="false">yuzu</string>
    <string name="app_notification_channel_description">yuzu Switch emulator notifications</string>
    <string name="app_notification_running">yuzu is running</string>

    <!-- General settings strings -->
    <string name="frame_limit_enable">Enable limit speed</string>
    <string name="frame_limit_enable_description">When enabled, emulation speed will be limited to a specified percentage of normal speed.</string>
    <string name="frame_limit_slider">Limit speed percent</string>
    <string name="frame_limit_slider_description">Specifies the percentage to limit emulation speed. With the default of 100% emulation will be limited to normal speed. Values higher or lower will increase or decrease the speed limit.</string>
    <string name="cpu_accuracy">CPU accuracy</string>

    <!-- System settings strings -->
    <string name="use_docked_mode">Docked mode</string>
    <string name="use_docked_mode_description">Emulates in docked mode, which increases the resolution at the expense of performance.</string>
    <string name="emulated_region">Emulated region</string>
    <string name="emulated_language">Emulated language</string>
    <string name="select_rtc_date">Select RTC Date</string>
    <string name="select_rtc_time">Select RTC Time</string>

    <!-- Graphics settings strings -->
    <string name="renderer_api">API</string>
    <string name="renderer_accuracy">Accuracy level</string>
    <string name="renderer_resolution">Resolution</string>
    <string name="renderer_aspect_ratio">Aspect Ratio</string>
    <string name="renderer_force_max_clock">Force maximum clocks (Adreno only)</string>
    <string name="renderer_force_max_clock_description">Forces the GPU to run at the maximum possible clocks (thermal constraints will still be applied).</string>
    <string name="renderer_asynchronous_shaders">Use asynchronous shaders</string>
    <string name="renderer_asynchronous_shaders_description">Compiles shaders asynchronously, which will reduce stutter but may introduce glitches.</string>
    <string name="renderer_debug">Enable graphics debugging</string>
    <string name="renderer_debug_description">When checked, the graphics API enters a slower debugging mode.</string>
    <string name="use_disk_shader_cache">Use disk shader cache</string>
    <string name="use_disk_shader_cache_description">Reduce stuttering by storing and loading generated shaders to disk.</string>

    <!-- Audio settings strings -->
    <string name="audio_volume">Volume</string>
    <string name="audio_volume_description">Specifies the volume of audio output.</string>

    <!-- Miscellaneous -->
    <string name="slider_default">Default</string>
    <string name="ini_saved">Saved settings</string>
    <string name="gameid_saved">Saved settings for %1$s</string>
    <string name="error_saving">Error saving %1$s.ini: %2$s</string>
    <string name="loading">Loading...</string>

    <!-- Game Grid Screen-->
    <string name="grid_menu_core_settings">Settings</string>

    <!-- Add Directory Screen-->
    <string name="select_game_folder">Select game folder</string>
    <string name="install_keys">Install keys</string>
    <string name="install_amiibo_keys">Install amiibo keys</string>
    <string name="install_keys_success">Keys successfully installed</string>
    <string name="install_keys_failure">Keys file (prod.keys) is invalid</string>
    <string name="install_amiibo_keys_failure">Keys file (key_retail.bin) is invalid</string>

    <!-- GPU driver installation -->
    <string name="select_gpu_driver">Select GPU driver</string>
    <string name="select_gpu_driver_title">Would you like to replace your current GPU driver?</string>
    <string name="select_gpu_driver_install">Install</string>
    <string name="select_gpu_driver_default">Default</string>
    <string name="select_gpu_driver_install_success">Installed %s</string>
    <string name="select_gpu_driver_use_default">Using default GPU driver</string>
    <string name="select_gpu_driver_error">Invalid driver selected, using system default!</string>
    <string name="system_gpu_driver">System GPU driver</string>
    <string name="installing_driver">Installing driver…</string>

    <!-- Preferences Screen -->
    <string name="preferences_settings">Settings</string>
    <string name="preferences_general">General</string>
    <string name="preferences_system">System</string>
    <string name="preferences_graphics">Graphics</string>
    <string name="preferences_audio">Audio</string>

    <!-- ROM loading errors -->
    <string name="loader_error_encrypted">Your ROM is encrypted</string>
    <string name="loader_error_encrypted_roms_description"><![CDATA[Please follow the guides to redump your <a href="https://yuzu-emu.org/help/quickstart/#dumping-cartridge-games">game cartidges</a> or <a href="https://yuzu-emu.org/help/quickstart/#dumping-installed-titles-eshop">installed titles</a>.]]></string>
    <string name="loader_error_encrypted_keys_description"><![CDATA[Please ensure your <a href="https://yuzu-emu.org/help/quickstart/#dumping-prodkeys-and-titlekeys">prod.keys</a> file is installed so that games can be decrypted.]]></string>
    <string name="loader_error_video_core">An error occurred initializing the video core</string>
    <string name="loader_error_video_core_description">This is usually caused by an incompatible GPU drivers. Installing a custom GPU driver may resolve this problem.</string>
    <string name="loader_error_invalid_format">Unable to load ROM</string>

    <!-- Emulation Menu -->
    <string name="emulation_exit">Exit Emulation</string>
    <string name="emulation_done">Done</string>
    <string name="emulation_toggle_controls">Toggle Controls</string>
    <string name="emulation_rel_stick_center">Relative Stick Center</string>
    <string name="emulation_dpad_slide">DPad Slide</string>
    <string name="emulation_toggle_all">Toggle All</string>
    <string name="emulation_control_scale">Adjust Scale</string>
    <string name="emulation_touch_overlay_reset">Reset Overlay</string>
    <string name="emulation_touch_overlay_edit">Edit Overlay</string>
    <string name="emulation_pause">Pause Emulation</string>
    <string name="emulation_unpause">Unpause Emulation</string>
    <string name="emulation_input_overlay">Input Overlay</string>
    <string name="emulation_game_loading">Game loading…</string>

    <string name="load_settings">Loading Settings…</string>

    <string name="empty_gamelist">No files were found or no game directory has been selected yet.</string>

    <!-- Software keyboard -->
    <string name="software_keyboard">Software Keyboard</string>

    <!-- Errors and warnings -->
    <string name="abort_button">Abort</string>
    <string name="continue_button">Continue</string>
    <string name="system_archive_not_found">System Archive Not Found</string>
    <string name="system_archive_not_found_message">%s is missing. Please dump your system archives.\nContinuing emulation may result in crashes and bugs.</string>
    <string name="system_archive_general">A system archive</string>
    <string name="save_load_error">Save/Load Error</string>
    <string name="fatal_error">Fatal Error</string>
    <string name="fatal_error_message">A fatal error occurred. Check the log for details.\nContinuing emulation may result in crashes and bugs.</string>
    <string name="performance_warning">Turning off this setting will significantly reduce emulation performance! For the best experience, it is recommended that you leave this setting enabled.</string>

    <!-- Region Names -->
    <string name="region_auto">Auto-select</string>
    <string name="region_japan">Japan</string>
    <string name="region_usa">USA</string>
    <string name="region_europe">Europe</string>
    <string name="region_australia">Australia</string>
    <string name="region_china">China</string>
    <string name="region_korea">Korea</string>
    <string name="region_taiwan">Taiwan</string>

    <!-- Language Names -->
    <string name="language_japanese">Japanese (日本語)</string>
    <string name="language_english">English</string>
    <string name="language_french">French (Français)</string>
    <string name="langauge_german">German (Deutsch)</string>
    <string name="language_italian">Italian (Italiano)</string>
    <string name="language_spanish">Spanish (Español)</string>
    <string name="language_chinese">Chinese (简体中文)</string>
    <string name="language_korean">Korean (한국어)</string>
    <string name="language_dutch">Dutch (Nederlands)</string>
    <string name="language_portuguese">Portuguese (Português)</string>
    <string name="language_russian">Russian (Русский)</string>
    <string name="language_taiwanese">Taiwanese (台湾)</string>
    <string name="language_british_english">British English</string>
    <string name="language_canadian_french">Canadian French (Français canadien)</string>
    <string name="language_latin_american_spanish">Latin American Spanish (Español latinoamericano)</string>
    <string name="language_simplified_chinese">Simplified Chinese (简体中文)</string>
    <string name="language_traditional_chinese">Traditional Chinese (正體中文)</string>
    <string name="language_brazilian_portuguese">Brazilian Portuguese (Portugues do Brasil)</string>

    <!-- Renderer APIs -->
    <string name="renderer_vulkan">Vulkan</string>
    <string name="renderer_none">None</string>

    <!-- Renderer Accuracy -->
    <string name="renderer_accuracy_normal">Normal</string>
    <string name="renderer_accuracy_high">High</string>
    <string name="renderer_accuracy_extreme">Extreme (Slow)</string>

    <!-- Resolutions -->
    <string name="resolution_half">0.5X (360p/540p)</string>
    <string name="resolution_three_quarter">0.75X (540p/810p)</string>
    <string name="resolution_one">1X (720p/1080p)</string>
    <string name="resolution_two">2X (1440p/2160p) (Slow)</string>
    <string name="resolution_three">3X (2160p/3240p) (Slow)</string>
    <string name="resolution_four">4X (2880p/4320p) (Slow)</string>

    <!-- Aspect Ratios -->
    <string name="ratio_default">Default (16:9)</string>
    <string name="ratio_force_four_three">Force 4:3</string>
    <string name="ratio_force_twenty_one_nine">Force 21:9</string>
    <string name="ratio_force_sixteen_ten">Force 16:10</string>
    <string name="ratio_stretch">Stretch to Window</string>

    <!-- CPU Accuracy -->
    <string name="cpu_accuracy_auto">Auto</string>
    <string name="cpu_accuracy_accurate">Accurate</string>
    <string name="cpu_accuracy_unsafe">Unsafe</string>
    <string name="cpu_accuracy_paranoid">Paranoid (Slow)</string>

    <!-- Gamepad Buttons -->
    <string name="gamepad_d_pad">D-Pad</string>
    <string name="gamepad_left_stick">Left Stick</string>
    <string name="gamepad_right_stick">Right Stick</string>
    <string name="gamepad_home">Home</string>
    <string name="gamepad_screenshot">Screenshot</string>

    <!-- Disk shader cache -->
    <string name="preparing_shaders">Preparing shaders</string>
    <string name="building_shaders">Building shaders</string>

</resources>